home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- cursor(4)
- set x to the mouseLine
- if x > 0 then
- puppetSprite(6, 1)
- set the visible of sprite 6 to 0
- puppetSprite(6, 0)
- if (x > 0) and (x <= count(stamp)) then
- resetPage(x)
- else
- cursor(0)
- alert("Day # " & x & " has not yet been charted.")
- cursor(O)
- end if
- end if
- cursor(0)
- end
-